4353 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 105 / 218
Newer►
  • thumbnail
    More Puppet Offloading - Masterzen's Blog

    Une solution pour cacher la demande de catalogue..
    Dans cet article il ne parle pas de cacher les demande de metadata, mais c'est aussi une bonne idée.
    Pour que ce soit viable, la validité du cache ne doit pas être trop longue et il faut pouvoir le vider à la main.

    à tester

    • https://paperairoplane.net/?p=380
    June 23, 2014 at 5:47:20 PM GMT+2 - permalink - archive.org - http://www.masterzen.fr/2010/03/21/more-puppet-offloading/
    nginx puppet
  • No password sync when using master password?! • mozillaZine Forums

    Bon j'utilise pas le sync de password, mais c'est bien pourri quand même

    June 23, 2014 at 3:26:54 PM GMT+2 - permalink - archive.org - http://forums.mozillazine.org/viewtopic.php?f=47&t=2542397
    firefox sync
  • Google Cloud Messaging for Android

    En me demandant comment coder une application similaire à Yo, je suis arrivé sur le sujet des connexions.

    C'est le client qui doit initier la connexion TCP , ça on est d'accord. Ensuite le serveur devra associer une socket à un nom d'utilisateur, gérer des files d'attentes...

    Ou plus simple, utiliser Google Cloud Messaging :D

    June 23, 2014 at 2:31:16 PM GMT+2 - permalink - archive.org - http://developer.android.com/google/gcm/gcm.html
    android tcp
  • thumbnail
    TCP Flags

    Petit rappel sur les 6 principaux flags tcp et comment isoler certains paquet avec tcpdump en fonction de leurs valeurs.

    tcpdump -i any 'tcp[tcpflags] & tcp-syn != 0 and host toto'

    June 23, 2014 at 11:13:42 AM GMT+2 - permalink - archive.org - http://danielmiessler.com/study/tcpflags/
    flag tcp tcpdump
  • Comment fonctionne HTTP ? | Sam & Max: Python, Django, Git et du cul

    http en mode explain me like i'm 5
    très bon article !

    June 20, 2014 at 4:12:00 PM GMT+2 - permalink - archive.org - http://sametmax.com/comment-fonctionne-http/
    http
  • Module ngx_http_core_module

    Petite chose à savoir côté conf nginx : chaque header appartenant à la requête est disponible sous la forme d'une variable portant le nom : $http_name

    avec "name" = le nom du header en remplaçant les "-" par des "_" et le tout en minuscule, ouf.

    Exemple : X-Header-De-la-mort devient : $http_x_header_de_la_mort

    Utile pour introduire de la logique conditionnelle sur ces headers :)

    June 19, 2014 at 11:13:08 AM GMT+2 - permalink - archive.org - http://nginx.org/en/docs/http/ngx_http_core_module.html
    header http nginx
  • Ucarp — Wikipédia

    via arnaudb

    June 19, 2014 at 11:11:50 AM GMT+2 - permalink - archive.org - http://fr.wikipedia.org/wiki/Ucarp
    ha linux
  • Diffuse

    Gui pour faire des diff visuellement

    via alk

    June 18, 2014 at 1:35:13 PM GMT+2 - permalink - archive.org - http://diffuse.sourceforge.net/index.html
    diff
  • thumbnail
    A git Tutorial and Primer
    June 16, 2014 at 11:07:34 PM GMT+2 - permalink - archive.org - http://www.danielmiessler.com/study/git/
    git
  • thumbnail
    An lsof Tutorial and Primer
    June 16, 2014 at 11:07:27 PM GMT+2 - permalink - archive.org - http://www.danielmiessler.com/study/lsof/
    lsof
  • A tmux Tutorial and Primer
    June 16, 2014 at 11:07:16 PM GMT+2 - permalink - archive.org - http://www.danielmiessler.com/study/tmux/
    screen tmux
  • thumbnail
    A tcpdump Tutorial and Primer

    Les top articles de ce blog sont vraiment bien foutu !

    June 16, 2014 at 11:06:30 PM GMT+2 - permalink - archive.org - http://www.danielmiessler.com/study/tcpdump/
    tcpdump
  • thumbnail
    A Vim Tutorial and Primer
    June 16, 2014 at 11:06:19 PM GMT+2 - permalink - archive.org - http://www.danielmiessler.com/study/vim/
    vim
  • SSHFS inversé (rsshfs) – ®om's blog
    June 16, 2014 at 8:19:24 PM GMT+2 - permalink - archive.org - http://blog.rom1v.com/2014/06/sshfs-inverse-rsshfs/
    ssh sshfs
  • https://github.com/kahun/awesome-sysadmin

    Liste de soft par technos

    via skunnyk

    June 16, 2014 at 4:03:41 PM GMT+2 - permalink - archive.org - https://github.com/kahun/awesome-sysadmin
    technos
  • Technology/TechnicalSupport/EndUserSupport/OperatingSystems/iOS - CAcert Wiki

    "easy"

    June 16, 2014 at 2:08:14 PM GMT+2 - permalink - archive.org - http://wiki.cacert.org/Technology/TechnicalSupport/EndUserSupport/OperatingSystems/iOS
    cacert
  • Docker Networking - Jason Edelman's Blog http://www.jedelman.com/home/docker-networking

    Via arnaudb

    June 15, 2014 at 7:49:26 PM GMT+2 - permalink - archive.org - http://Docker Networking - Jason Edelman's Blog http://www.jedelman.com/home/docker-networking
    docker networking
  • Baseimage-docker: A minimal Ubuntu base image modified for Docker-friendliness

    Interdasting

    June 13, 2014 at 10:49:52 PM GMT+2 - permalink - archive.org - https://phusion.github.io/baseimage-docker/#intro
    docker
  • Quelques liens sur graphite en cluster

    http://grey-boundary.com/the-architecture-of-clustering-graphite/
    http://adminberlin.de/graphite-scale-out/
    http://graphite.readthedocs.org/en/latest/carbon-daemons.html
    http://blog.xebia.fr/2013/05/29/graphite-les-bases/
    http://fr.slideshare.net/AnatolijDobrosynets/graphite-cluster-setup-blueprint

    via arnaudb

    June 13, 2014 at 5:05:53 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?7mcGLw
    cluster graphite
  • Ruby on Rake, ou comment Rake m'a rendu alcoolique

    Pourquoi rake ?

    June 13, 2014 at 3:25:13 PM GMT+2 - permalink - archive.org - http://t37.net/ruby-on-rake-ou-comment-rake-ma-rendu-alcoolique
    make rake ruby
Links per page: 20 50 100
◄Older
page 105 / 218
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation